From bfcc6c015e54ae7b82bca5b08e5e6c7e6e7f3e6e Mon Sep 17 00:00:00 2001 From: Ignacio Casal Quinteiro Date: Fri, 24 Jan 2014 18:27:43 +0100 Subject: [PATCH] win32: set color for scale marks --- gtk/resources/theme/gtk-win32-base.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gtk/resources/theme/gtk-win32-base.css b/gtk/resources/theme/gtk-win32-base.css index a0bc114849..1262d0e0fc 100644 --- a/gtk/resources/theme/gtk-win32-base.css +++ b/gtk/resources/theme/gtk-win32-base.css @@ -449,6 +449,11 @@ GtkButton.check:active:prelight { background-image: -gtk-win32-theme-part(trackbar, 1 1); } +.scale.mark.separator { + /* defines the color of the actuall marks on the scale */ + color: shade(@bg_color, 0.6); +} + .scale.slider { background-color: transparent; border-width: 0; -- 2.30.2